home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d23 / bbzippj.arc / READ.ME < prev    next >
Text File  |  1989-03-01  |  7KB  |  159 lines

  1.  
  2.  
  3.  
  4.      READ.ME
  5.  
  6.  
  7.      new..
  8.       
  9.      There have been some extended enhancements to the COMMENT
  10.      utility to add large four line comments. A simple editor is
  11.      included in the comment program to allow you to enter four
  12.      line 200 character comments to zips, and then fast comment
  13.      them en masse while retaining the correct filedate and time.
  14.       
  15.      sysops..
  16.       
  17.      There are a lot of embedded paks and arcs in zips now.
  18.      That's why there is a Cleaner program in this archive.
  19.      There are many conversion utilities that do not check for
  20.      embedded paks and arcs and do not reset the datestamp on all
  21.      the files, no matter how deep. Some Sysop's are doing an
  22.      unprofessional job of conversion with quick batch file hacks..
  23.      Lets get rid of every arc under the sun.. and keep our file
  24.      information intact...
  25.       
  26.      all..
  27.       
  28.      NOTE: Both ZIPPER and CLEANER rev H and rev D on, have had
  29.      the blocks taken out of the recursive routine for checking
  30.      embedded arcs/paks. If you are going to run into deep arcs and
  31.      want to speed up conversion a ramdisk can crash on a big deep
  32.      arcfile. ..might consider doing like Jim Bready of Nite
  33.      Modulator and if you want extra speed use an industrial
  34.      strength size cache. What this depth also means is that there
  35.      will be no arcs or paks left inside zips.. and that's the way
  36.      we want it.. no mo arcs..
  37.       
  38.      During testing in the Bytebrother Labs, after
  39.      application of multiple Black Russians we were able to
  40.      create an arc file with 140 arcs and paks going over
  41.      fifteen levels deep with multiple bad arcfiles and
  42.      ZIPPER performed flawlessly.. If ZIPPER or CLEANER find
  43.      embedded arc or pak files deep within an arc they will
  44.      not abort but will save the files on the level of
  45.      corruption and rezip the entire arc. If logging is
  46.      enabled with the /l switch an entry will be made in the
  47.      log warning you that the ZIP file has bad embedded
  48.      arcs/paks inside.. there is a ziptest file in the arc..
  49.      a map of a test.. you'll find seven levels of arcs
  50.      beneath the first... if you are not using ZIPPER have
  51.      your conversion utility swallow this one.. If it doesn't
  52.      find and convert embedded levels of arcs you are making
  53.      zips with embedded pak and arc files... why..?
  54.       
  55.       
  56.      IMPORTANT:::::::::::::::::::::::::::::::::::::::::::::::::::
  57.       
  58.      PAK can be dangerous in that if you want to run it outside
  59.      the current directory you need to run a program called
  60.      PAKINST to install it and tell it where it's CNF file is.
  61.      Read the docs before using PAK uninstalled..
  62.  
  63.  
  64.  
  65.      READ.ME             Tuesday, February 28, 1989 10:53 pm              Page 2
  66.  
  67.  
  68.       
  69.      if you have never, never will, and never want to screw with
  70.      PAK.EXE and never see or use PAK files do the following in
  71.      your archiver directory pointed to by SPAT..
  72.       
  73.      copy PKUNPAK.EXE PAK.EXE
  74.       
  75.      copy your PK unpacker into a PAK.EXE file.. and change line
  76.      one of your ZIPPER.CFG file from " e" to " -e". this will
  77.      fool ZIPPER into thinking you have a valid PAK.EXE and if you
  78.      do run into a real PAK file ZIPPER will note it as a bad
  79.      PAK, log it and move on.. Note that this is not a good
  80.      idea.. there ARE files floating around with embedded paks
  81.      inside of arcs and even embedded paks inside of ZIP's.. Just
  82.      because you don't see a PAK or ARC when you dir does not mean
  83.      you will not have to deal with one..that's a promise..!
  84.       
  85.      ZIPPER will abort AFTER the current file being processed if
  86.      you press the escape key. It will finish the current file
  87.      and then abort cleanly..
  88.       
  89.      for those of you running DesqView it WILL NOT make your
  90.      normal environment variables available.. There is a way to
  91.      get around this ( other than not running DesqView ) and it is
  92.      documented in the DV manual.. or after starting DesQview drop
  93.      out to DOS and enter..
  94.       
  95.      set spat=c:\bin
  96.       
  97.      using the directory that your archive files are in.. and it
  98.      will take.. This is DesQview's problem and not Zipper's..
  99.       
  100.      The game plan for using these utilities on a BBS is as
  101.      folows.
  102.       
  103.      Nitely per Event run Cleaner on your uploads directory to
  104.      check all recent ZIP's for embedded arcs and paks and also
  105.      add your comments to the zips. Be advised that there are a
  106.      hell of a lot of zips out there with paks and arcs inside..
  107.       
  108.      Nitely per Event Zipper your uploads directory to convert
  109.      any and all ARC and PAK files..
  110.       
  111.      For previously converted zips that you want your BBS add on
  112.      run Comment on the directories and attach the new comments,
  113.      after placing your bbs logo in the ZIPPER.CFG file.
  114.       
  115.      After Cleaning and Zipping all the files in your uploads
  116.      run DIRCHECK on the upload dirlist to change the .ARC
  117.      and .PAK file extensions in the list to the correct.ZIP.
  118.       
  119.      If the archive utilities.. especially PKZIP should suddenly
  120.      start giving you help screens instead of executing commands
  121.      delete your ZIPPER.CFG file and run ZIPPER or CLEANER again
  122.      to create a new one..
  123.  
  124.  
  125.  
  126.      READ.ME             Tuesday, February 28, 1989 10:53 pm              Page 3
  127.  
  128.  
  129.       
  130.      Since COMMENT runs from your ZIPPER.CFG file and the
  131.      actual comment is stored in the cfg you can edit it
  132.      and insert control characters into the comment to create
  133.      the double and triple line comments you have seen on ZIPs
  134.      when they unzip. The limit on characters running from a
  135.      redirected file like COMMENT uses is large.. so experiment.
  136.      A new comment editor and major enhancements to the utility
  137.      are included in revision E and on.
  138.       
  139.      A special thanks to Jim Bready of Nite Modulator BBS in Ca.
  140.      for helping me see the forest. (408)-728-5598.
  141.      also Mike Meyer of DataWarp BBS in Ok. (home of EZReader)
  142.      for the great ideas.. (918)-455-5544
  143.      and the Bytebro's sysop Bill Nolan's MINX (316)-721-3773
  144.      for the test bed..
  145.       
  146.      I can be reached at these boards, or on Interlink. If you
  147.      are not currently using the Interlink net available on
  148.      participating PCBoards across the country come on aboard.
  149.      You'll find some of the top shareware authors and a lot of
  150.      technical info to make you more productive with your pc. See
  151.      you there.. You'll find me hanging around a number of
  152.      conferences, check out Dialog where the Bytebrother's are
  153.      currently planning a nuclear war in the mideast..
  154.       
  155.                                   J.L. Pearson
  156.                                   of the Bytebrothers
  157.                                   member Fast Logic Outlaws
  158.  
  159.